Click or drag to resize

EncryptionMethod Enumeration

Specifies methods to be used to obtain a usable encryption key.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public enum EncryptionMethod
Members
  Member nameValueDescription
Clear0 The encryption key is untransformed.
Base641 The encryption key is base64 encoded.
Uri2 The URI refers to the data containing the key.
Prompt3 The encryption key is not included. The user should be prompted for the key when attempting to join the session.
See Also